7ef38b3ac99baef0cf87f16e75336141047ced62,javasrc/src/org/ccnx/ccn/impl/CCNNetworkManager.java,InterestRegistration,deliver,#ContentObject#,444

Before Change


						// luckily we saved the listener
						// if we want to cancel this one before we get any data, we need to remember the
						// updated interest in the listener
						expressInterest(this.owner, updatedInterest, handler);
					}
				} else {
					// This is the "get" case

After Change


						if (null != deprecatedListener)
							expressInterest(this.owner, updatedInterest, (CCNInterestListener)handler);
						else
							expressInterest(this.owner, updatedInterest, (CCNContentHandler)handler);					
					}
				} else {
					// This is the "get" case